home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / lfscheck / lfscheck.man < prev    next >
Encoding:
Text File  |  1992-03-12  |  1.5 KB  |  45 lines

  1. '\" Copyright 1992 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/fsattach/RCS/fsattach.man,v 1.5 91/01/12 16:49:27 jhh Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS LFSCHECK cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. lfscheck \- Check lfs disk for problems.
  17. .SH SYNOPSIS
  18. \fBlfscheck\fR [\fIoptions\fR] \fBdeviceName\fP
  19. .SH OPTIONS
  20. .IP "\fB\-blockSize\fR \fsize\fP" 15
  21. Block size of file system.
  22. .IP "\fB\-superBlockOffset\fR \fIoffset\fP" 15
  23. Offset into device of the superBlock.
  24. .IP "\fB\-dump\fR" 15
  25. Print out a description of the file system.
  26. .IP "\fB\-showDirLog\fR" 15
  27. Print out the directory operation log.
  28. .IP "\fB\-full\fR" 15
  29. Print a full error analysis.
  30. .IP "\fB\-verbose\fR" 15
  31. Output progress messages during execution.
  32. .IP "\fB\-oldcp\fR" 15
  33. Uses old checkpoint (?).  This flag makes lfscheck use the opposite
  34. checkpoint area from the one it would use otherwise.
  35. .BE
  36.  
  37. .SH DESCRIPTION
  38. .PP
  39. \fBLfscheck\fR scans a LFS file system looking for problems.  It will report
  40. any inconsistency it finds.
  41. .SH BUGS
  42. This program is one of Mendel's private programs and may not be reliable.
  43. .SH KEYWORDS
  44. lfs, disk, check
  45.